Changes for enabling ovnkube identity#20
Draft
hareeshpc wants to merge 2 commits intoMellanox:mainfrom
Draft
Conversation
…ap identity flow - Wire global.enableOvnKubeIdentity across DPF OVN manifests and enable OVN_ENABLE_OVNKUBE_IDENTITY for host and DPU paths. - Add ovnkube-identity resources in DPF charts (SA/RBAC/webhooks/daemonset) for CSR approval and admission checks. - Implement DPU bootstrap kubeconfig generation with host-API impersonation and required RBAC for DPU service accounts. - Ensure DPU OVN containers get K8S_NODE_DPU with normalized node input to avoid empty or mismatched cert-manager node names.
- Move DPU OVN bootstrap kubeconfig generation from Helm init logic into dpucniprovisioner - Write /host-kubernetes/kubelet.conf and /var/run/ovn-kubernetes/host-node-name from resolved host-node identity - Remove bootstrap init-container and make ovnkube wrappers consume provisioner output - Gate artifact generation on K8S_APISERVER to keep non-bootstrap paths unchanged Signed-off-by: Hareesh Puthalath <hareeshp@nvidia.com>
Collaborator
Author
|
This PR would be readjust based on the latest changes that landed on upstream: ovn-kubernetes/ovn-kubernetes#5839 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Initial proposal for implementing ovnkube identity in DPF.